ComponentOne Bitmap for UWP
SetValueByName<T>(String,PropertyType,T) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Properties Class > SetValueByName Method : SetValueByName<T>(String,PropertyType,T) Method
Name of the property
Property type.
Value of the property
Sets the named property to the given value.
Syntax
'Declaration
 
Public Overloads Sub SetValueByName(Of T As {New, Struct})( _
   ByVal name As System.String, _
   ByVal type As PropertyType, _
   ByVal value As T _
) 
public void SetValueByName<T>( 
   System.string name,
   PropertyType type,
   T value
)
where T: new(), struct

Parameters

name
Name of the property
type
Property type.
value
Value of the property

Type Parameters

T
See Also

Reference

Properties Class
Properties Members
Overload List